H5F

Undocumented in source.
struct H5F {}

Members

Static functions

clear_elink_file_cache
void clear_elink_file_cache(hid_t file_id)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close(hid_t file_id)
Undocumented in source. Be warned that the author may not have intended to support it.
create
hid_t create(string filename, uint flags, hid_t create_plist, hid_t access_plist)
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush(hid_t object_id, H5F_scope_t _scope)
Undocumented in source. Be warned that the author may not have intended to support it.
get_access_plist
hid_t get_access_plist(hid_t file_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_create_plist
hid_t get_create_plist(hid_t file_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_file_image
ssize_t get_file_image(hid_t file_id, void* buf_ptr, size_t buf_len)
Undocumented in source. Be warned that the author may not have intended to support it.
get_filesize
void get_filesize(hid_t file_id, hsize_t* size)
Undocumented in source. Be warned that the author may not have intended to support it.
get_freespace
hssize_t get_freespace(hid_t file_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_info
void get_info(hid_t obj_id, H5F_info_t* bh_info)
Undocumented in source. Be warned that the author may not have intended to support it.
get_intent
void get_intent(hid_t file_id, uint* intent)
Undocumented in source. Be warned that the author may not have intended to support it.
get_mdc_hit_rate
void get_mdc_hit_rate(hid_t file_id, double* hit_rate_ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
get_mdc_size
void get_mdc_size(hid_t file_id, size_t* max_size_ptr, size_t* min_clean_size_ptr, size_t* cur_size_ptr, int* cur_num_entries_ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
get_mpi_atomicity
void get_mpi_atomicity(hid_t file_id, hbool_t* flag)
Undocumented in source. Be warned that the author may not have intended to support it.
get_name
ssize_t get_name(hid_t obj_id, char* name, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
get_obj_count
ssize_t get_obj_count(hid_t file_id, uint types)
Undocumented in source. Be warned that the author may not have intended to support it.
get_obj_ids
ssize_t get_obj_ids(hid_t file_id, uint types, size_t max_objs, hid_t* obj_id_list)
Undocumented in source. Be warned that the author may not have intended to support it.
get_vfd_handle
void get_vfd_handle(hid_t file_id, hid_t fapl, void** file_handle)
Undocumented in source. Be warned that the author may not have intended to support it.
is_hdf5
htri_t is_hdf5(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
mount
void mount(hid_t loc, string name, hid_t child, hid_t plist)
Undocumented in source. Be warned that the author may not have intended to support it.
open
hid_t open(string filename, uint flags, hid_t access_plist)
Undocumented in source. Be warned that the author may not have intended to support it.
reopen
hid_t reopen(hid_t file_id)
Undocumented in source. Be warned that the author may not have intended to support it.
reset_mdc_hit_rate_stats
void reset_mdc_hit_rate_stats(hid_t file_id)
Undocumented in source. Be warned that the author may not have intended to support it.
set_mpi_atomicity
void set_mpi_atomicity(hid_t file_id, hbool_t flag)
Undocumented in source. Be warned that the author may not have intended to support it.
unmount
void unmount(hid_t loc, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta